projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
707d778
)
(compilation-last-buffer): Add var alias.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 29 Apr 2004 19:02:12 +0000
(19:02 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 29 Apr 2004 19:02:12 +0000
(19:02 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index bb565a1ba515ab92a9f315f414ffc7cf0bef01f2..4c6f88813c0cbfa6dad64ce96fe63eacd8d60a09 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-492,6
+492,7
@@
Faces `compilation-error-face', `compilation-warning-face',
;; Used for compatibility with the old compile.el.
+(defvaralias 'compilation-last-buffer 'next-error-last-buffer)
(defvar compilation-parsing-end (make-marker))
(defvar compilation-parse-errors-function nil)
(defvar compilation-error-list nil)